From: Jan Beulich Date: Mon, 19 Jan 2015 15:08:41 +0000 (+0100) Subject: correct hypervisor version X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3909 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=cc46f2a679a212f69f6abec2314b64f7f47d1619;p=xen.git correct hypervisor version -unstable doesn't use the .0 part added by commit 0082626f35. --- diff --git a/xen/Makefile b/xen/Makefile index 98ae2d0cf8..b51dd361d8 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 6 -export XEN_EXTRAVERSION ?= .0-unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version